projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a19fad7
)
(mh-mh-directive-present-p): Fix typos in docstrings.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 6 Jun 2007 22:36:31 +0000
(22:36 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 6 Jun 2007 22:36:31 +0000
(22:36 +0000)
lisp/mh-e/mh-mime.el
patch
|
blob
|
history
diff --git
a/lisp/mh-e/mh-mime.el
b/lisp/mh-e/mh-mime.el
index 0f2b7daa741e5a0e1c516fa2fcac0ffdfd9f3176..56cfc6544ce15b9e8d7322fbddcde33cbd807579 100644
(file)
--- a/
lisp/mh-e/mh-mime.el
+++ b/
lisp/mh-e/mh-mime.el
@@
-1667,7
+1667,7
@@
This action can be undone by running \\[undo]."
(defun mh-mh-directive-present-p (&optional begin end)
"Check if the text between BEGIN and END might be a MH-style directive.
The optional argument BEGIN defaults to the beginning of the
-buffer, while END defaults to the
the
end of the buffer."
+buffer, while END defaults to the end of the buffer."
(unless begin (setq begin (point-min)))
(unless end (setq end (point-max)))
(save-excursion